Skip to content

Remove fast-uuid as a dependency#1140

Merged
jchambers merged 1 commit into
mainfrom
drop_fast_uuid
May 29, 2026
Merged

Remove fast-uuid as a dependency#1140
jchambers merged 1 commit into
mainfrom
drop_fast_uuid

Conversation

@jchambers
Copy link
Copy Markdown
Owner

I think it's time to drop fast-uuid as a dependency. It's been integrated into the JDK (hooray!) for a while, and now the stock UUID serializers/parsers are at least as fast as what fast-uuid could do. There's still some benefit to using fast-uuid for folks stuck on older JDK versions, but I think almost everybody has moved on at this point, and more people will benefit from removing fast-uuid than from keeping it.

@jchambers jchambers added this to the v0.16.0 milestone May 27, 2026
@petarov
Copy link
Copy Markdown
Contributor

petarov commented May 28, 2026

https://bugs.openjdk.org/browse/JDK-8196334

TIL. Very impressive. 👏

@jchambers jchambers merged commit d528ac6 into main May 29, 2026
26 checks passed
@jchambers jchambers deleted the drop_fast_uuid branch May 29, 2026 00:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants